home *** CD-ROM | disk | FTP | other *** search
/ Aminet 12 / Aminet 12 (1996)(GTI - Schatztruhe)[!][Jun 1996].iso / Aminet / dev / basic / const.readme < prev    next >
Encoding:
Text File  |  1996-05-05  |  2.2 KB  |  50 lines

  1. Short:    Enum style, lists to constants
  2. Author:   Braneloc@mirex.demon.co.uk
  3. Uploader: Braneloc@mirex.demon.co.uk
  4. Type:     dev/basic
  5.  
  6. Ultra small program for converting lists of things into constant lists for
  7. HiSoft Basic 2, a bit like enums, but const is much nicer :-)
  8.  
  9. First make a nice list of anything you want to turn into a list of stuff.
  10. This list can contain anything, but make sure it is all valid as variable
  11. names.  You do not need to include any nasty '%' signs.  I really hate
  12. typing them.
  13.  
  14. Then run 'constant-ize <filename>' and a few seconds later you will suddenly
  15. have a couple of new files in the same directory.
  16.  
  17. '<filename>_h.bas' is the real file of usefullness.  It contains the list of
  18. constants you want to include in your program.  You can then do stuff
  19. without remembering tedious stuff like offsets.
  20.  
  21. '<filename>_sub.bas' is a quick subroutine that may come in handy.  I like
  22. loading a string array with the same contents as the constants so I can
  23. print what it is without doing a million 'if' statements.
  24.  
  25.  _   _   _        _     _   _     |  Ferengi Rule of Acquisition #202
  26. |_> |_| |_| |\ | |_ |  | | /   |  |  
  27. |_> | \ | | | \| |_ |_ |_| \_  .  |  The justification for profit is profit.
  28.                                   |  
  29. Please email me at: Braneloc@mirex.demon.co.uk
  30.                                
  31. Alternative email: Braneloc@draught.demon.co.uk (DraughtFlow BBS,
  32. 01707 328484, free internet email, 16 CD's online, no download limit..)
  33.  
  34.  
  35. ============================= Archive contents =============================
  36.  
  37. Original  Packed Ratio    Date     Time    Name
  38. -------- ------- ----- --------- --------  -------------
  39.      628     269 57.1% 25-Jan-96 12:37:04  const.info
  40.     1469     742 49.4% 02-Mar-96 01:02:14  const.readme
  41.      101      89 11.8% 25-Jan-96 12:35:18 +cars
  42.      247     142 42.5% 25-Jan-96 12:35:30 +cars_h.bas
  43.      156     119 23.7% 25-Jan-96 12:35:30 +cars_sub.bas
  44.    10792    4339 59.7% 25-Jan-96 12:34:30 +Constant-ize
  45.     2048    1049 48.7% 19-Dec-95 08:39:26 +constant-ize.doc
  46.      468     225 51.9% 25-Jan-96 12:36:44 +constant-ize.doc.info
  47.    10792    4339 59.7% 25-Jan-96 12:34:30 +Constantize
  48. -------- ------- ----- --------- --------
  49.    26701   11313 57.6% 03-Apr-96 18:42:34   9 files
  50.